home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2002-01-04 | 1.3 KB | 57 lines |
- package GmPrintSuite_D5;
-
- {$R *.RES}
- {$R 'GmGridPrint.dcr'}
- {$R 'GmMultipageImage.dcr'}
- {$R 'GmOrientationImage.dcr'}
- {$R 'GmPreview.dcr'}
- {$R 'GmPrinterList.dcr'}
- {$R 'GmRtfPreview.dcr'}
- {$R 'GmThumbnails.dcr'}
- {$R 'GmTreeViewPrint.dcr'}
- {$ALIGN ON}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO ON}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$DESCRIPTION 'GmPrintSuite Printing Components'}
- {$IMPLICITBUILD OFF}
-
- requires
- vcl50;
-
- contains
- GmTypes in 'GmTypes.pas',
- GmErrors in 'GmErrors.pas',
- GmGridPrint in 'GmGridPrint.pas',
- GmLegacy in 'GmLegacy.pas',
- GmMultipageImage in 'GmMultipageImage.pas',
- GmObjects in 'GmObjects.pas',
- GmOrientationImage in 'GmOrientationImage.pas',
- GmPreview in 'GmPreview.pas',
- GmPrinterList in 'GmPrinterList.pas',
- GmRegister in 'GmRegister.pas',
- GmRtfPreview in 'GmRtfPreview.pas',
- GmStream in 'GmStream.pas',
- GmThumbnails in 'GmThumbnails.pas',
- GmTreeViewPrint in 'GmTreeViewPrint.pas',
- GmConst in 'GmConst.pas';
-
- end.
-